home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_107899.txt < prev    next >
Text File  |  1989-08-22  |  1KB  |  45 lines

  1. -- card: 107899 from stack: in
  2. -- bmap block id: 108222
  3. -- flags: 0000
  4. -- background id: 107230
  5. -- name: Application Service C/10
  6. ----- HyperTalk script -----
  7. on openCard
  8.   beenHereFlag 3,1
  9.   -- first param is item #, second is line # (of global)
  10.   pass openCard
  11. end openCard
  12.  
  13.  
  14. -- part contents for background part 6
  15. ----- text -----
  16. 107899
  17.  
  18. -- part contents for background part 23
  19. ----- text -----
  20.  
  21.  
  22.  
  23. -- part contents for background part 24
  24. ----- text -----
  25. With a single launch, multi-user application: 
  26.  
  27. ‚Ä¢   Only one user at a time can open the application 
  28.       from the server and work with it.
  29.  
  30. ‚Ä¢    More than one user  at a time can open a given
  31.       file and modify it.
  32.  
  33. This type of application serves one user at a time, but the file the user is working on CAN be accessed by other users.  Other users may be using a different application or a different copy of the same application. 
  34.  
  35.  
  36.  
  37. -- part contents for background part 5
  38. ----- text -----
  39. Types of Network Applications:  Single Launch, Multi-User
  40.  
  41.  
  42.  
  43. -- part contents for background part 3
  44. ----- text -----
  45. Types of Network Applications